home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2004 #2 / K-CD-2-2004.ISO / Fire Chief / data1.cab / Program_Executable_Files / data / states / Solid.ini < prev    next >
Encoding:
Text File  |  2003-05-28  |  1.0 KB  |  41 lines

  1. mgStateInclude            Misc.txt
  2.  
  3. //-------------------- General --------------------
  4. mgStateFillMode         Solid
  5. mgStateCullMode         CCW
  6. mgStateShadeMode         Gouraud
  7. mgStateClip             Y
  8.  
  9. //-------------------- ZBuffer --------------------
  10. mgStateZBuffer             Y
  11. mgStateZBufferWrite         Y
  12. mgStateZBufferFunc        Less
  13. mgStateZBufferBias        0
  14.  
  15. //-------------------- Texture --------------------
  16. mgStateTexture                  N
  17. mgStateInclude                  TextureParam.txt
  18.  
  19.  
  20. //-------------------- AlphaBlend --------------------
  21. mgStateAlphaBlend     N
  22.  
  23. //-------------------- AlphaTest --------------------
  24. mgStateAlphaTest     N
  25. mgStateAlphaTestRef    1
  26. mgStateAlphaTestFunc    LessEqual
  27.  
  28. //-------------------- Fog --------------------
  29. mgStateFog        N
  30.  
  31. //-------------------- Light --------------------
  32. mgStateLight        N
  33. mgStateColorVertex    Y
  34. mgStateNormalizeNormals    N
  35. mgStateSpecular        N
  36. mgStateDiffuseMatSource  Color1
  37. mgStateSpecularMatSource Color2
  38. mgStateAmbientMatSource  Color2
  39. mgStateEmissiveMatSource Material
  40.  
  41.